home *** CD-ROM | disk | FTP | other *** search
- 104
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- PageSetupDlg
- --- RECORDSEPARATOR ---
- Platform:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Windows
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Description:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- baPageSetupDlg shows the system page setup dialog.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Usage:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Result = baPageSetupDlg( Flags )
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Arguments:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Integer
- --- RECORDSEPARATOR ---
- Flags alters the behaviour of the dialog. See Notes for details.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Returns:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Integer
- --- RECORDSEPARATOR ---
- Returns 1 if user selects OK, otherwise 0.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Examples:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Director:
- --- RECORDSEPARATOR ---
- set ok = baPageSetupDlg( 1 )
- --- RECORDSEPARATOR ---
- Authorware:
- --- RECORDSEPARATOR ---
- ok := baPageSetupDlg( 1 )
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Notes:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- This function does not do any printing - it just shows the dialog box.
- --- RECORDSEPARATOR ---
- The return will be 1 if the user clicks the 'OK' button, or 0 if the user cancels. If the
- --- RECORDSEPARATOR ---
- user clicks OK, then the selections the user has made in the dialog will be set as
- --- RECORDSEPARATOR ---
- the default printer settings. You can retrieve these settings by using baPrinterInfo.
- --- RECORDSEPARATOR ---
- The following flags are defined.
- --- RECORDSEPARATOR ---
- 1
- --- RECORDSEPARATOR ---
- Disable the Printer button.
- --- RECORDSEPARATOR ---
- 2
- --- RECORDSEPARATOR ---
- Disable the Orientation settings
- --- RECORDSEPARATOR ---
- 4
- --- RECORDSEPARATOR ---
- Disable the Paper size selection
- --- RECORDSEPARATOR ---
- 8
- --- RECORDSEPARATOR ---
- Hides the Network button
- --- RECORDSEPARATOR ---
- 16
- --- RECORDSEPARATOR ---
- Disable the margin settings
- --- RECORDSEPARATOR ---
- 32
- --- RECORDSEPARATOR ---
- Disable the page drawing icon
- --- RECORDSEPARATOR ---
- These flags can be added together, eg baPageSetupDlg( 2 + 4 ) disables the
- --- RECORDSEPARATOR ---
- orientation and paper size options.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- See also:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- baPrinterInfo
- --- RECORDSEPARATOR ---
- baSetPrinter
- --- RECORDSEPARATOR ---
- baPrinterDlg